[
    {
        "settings": [ "master" ],
        "staticHandling": {
            "forceUpdate": true
        },
        "specs": {
              "htmlframe": {
                "type" : "HTMLFrameMojit",
                "config": {
                  "deploy": true,
                  "title": "Webapplication using pjax",
                  "child" : {
                    "type": "Body"
                  },
                  "assets": {
                      "top": {
                          "css": [
                              "http://yui.yahooapis.com/pure/0.5.0/pure-min.css"
                          ],
                          "blob": [
                              "<meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\">",
                              "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">"
                          ]
                      }
                  }
                }
              }

        }
    },
    {
        "settings": [ "environment:development" ],
        "staticHandling": {
            "forceUpdate": true
        }
    }
]